﻿#maincontent img{
max-width: 100%;
width:600px;
}

.contentdiv, #attach_286661, .contentdiv > * {

 word-break:keep-all;
 word-wrap:break-word;
	
}
.cgtl tr th {
	min-width:125px;
}
.cgtl tr td, .t_f {
/*	white-space:pre-wrap;*/
	word-wrap:break-word;
	word-break:break-all;
	
}
p{
  height:auto;
  margin:0;
  padding:0;
}
div.t_fsz > table{
	margin:0 auto;
}
#maincontent {
word-break: break-all; 
    text-align: justify;
    text-justify:inter-ideograph;
    letter-spacing: 1px;
    line-height: 26px;
font-size:17px;
color:#333;
margin-top:20px;
}
#maincontent a, #maincontent a:link, #maincontent a:visited {
    color: #007DDB;
    text-decoration: underline;
}
#maincontent a:hover{
    color: #0b6ab1;
}
.contentdiv {
   width:100%;
   margin:0 auto;
}
.t_f, .t_f td {
   font-size: 18px;
    line-height: 28px;
}
.article-title {
 word-wrap:break-word;
 word-break:break-all;
    text-align: justify;
    text-justify:inter-ideograph;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-align: left;
    font-size: 24px;
 font-family: "Microsoft YaHei","Hiragino Sans GB",STHeiti,Tahoma,SimHei,sans-serif;
 font-weight: bold;
}
.post-message {
/*    width:100%;height: 150px;display: flex;align-items: center;border: 1px solid #01AAED;
    color:#01AAED;*/
text-align: center;
    
}
.post-message:hover{
/*    border-color: #007DDB;
    cursor: pointer;color:#007DDB;*/
}
.article-main-title {
    font-size: 20px;
    font-weight: bold;
}
.app-entry-btn{
    flex: none;
    height: 40px;
    display: flex;
    font-size: 25px;
    /* margin-top: 10px;*/
    align-items: center;
}

@keyframes arrowanimal
{
	0%   {left:0px}
	
	100% {left:4px}
}
.app-entry-btn i{
	 animation: arrowanimal 1.2s ease 0s infinite alternate;
     font-size:25px;
     position: relative;
     left: 5px;
     margin-left: 10px;
     color:#888;
     /* line-height: 40px; */
}
.app-entry-btn i:hover{
     color: #333;
}
.app-item {
    display:flex;
    background-color:#f2f2f2;
    border-radius: 10px;
    padding:8px 12px;
    align-items:center;
}